Creates a new CallMethodOf<T>. The gear name is inferred in the base class BaseGear, by converting the concrete gear class name from
PascalCasing to Reading friendly text.
| Name | Description |
|---|---|
| CallMethodOf() |
Creates a new CallMethodOf<T>. The gear name is inferred in the base class BaseGear, by converting the concrete gear class name from PascalCasing to Reading friendly text.
|
| CallMethodOf(string, string, bool) | Creates a new CallMethodOf<T, TMethodReturn>. (inherited from CallMethodOf<TObject, TMethodReturn>). |